package service
Type Members
- class NewsActiveSearchService extends SessionService
Service for managing active news searches within a session context.
Service for managing active news searches within a session context.
- Annotations
- @Singleton() @Slf4j()
- class NewsService extends SessionService
Service for interacting with the news repository.
Service for interacting with the news repository.
- Annotations
- @Singleton() @Slf4j()
- class NewsSourcesService extends SessionService
Service for interacting with the news sources repository.
Service for interacting with the news sources repository.
- Annotations
- @Singleton() @Slf4j()
- abstract class SessionService extends AnyRef
An abstract service class providing session-based operation handling.
An abstract service class providing session-based operation handling. This class provides a utility method to perform operations that require a valid session ID.
- class WebSocketService extends AnyRef
Service for managing WebSocket connections and origin validation.
Service for managing WebSocket connections and origin validation.
- Annotations
- @Singleton() @Slf4j()